@@ -115,7 +115,7 @@ while true |
||
115 | 115 |
end |
116 | 116 |
|
117 | 117 |
print "Pausing..."; STDOUT.flush |
118 |
- sleep 5 |
|
118 |
+ sleep 1 |
|
119 | 119 |
puts "done." |
120 | 120 |
rescue SignalException, SystemExit |
121 | 121 |
EventMachine::stop_event_loop if EventMachine.reactor_running? |